Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 11 and Version 12 of Using Pidgin


Ignore:
Timestamp:
May 13, 2007, 12:14:32 PM (17 years ago)
Author:
JoaCHIP
Comment:

Personally i think this should be an option in Preferences

Legend:

Unmodified
Added
Removed
Modified
  • Using Pidgin

    v11 v12  
    8181You are done! Running `U:\Programs\Pidgin\pidgin-portable.exe` will cause pidgin to run off the USB Drive, saving the settings, logs and etc. to `U:\Programs\.purple`.
    8282
     83=== How do i make Enter make a newline and Ctrl+Enter send? ===
     84
     85Locate or create your gtkrc-2.0 file and insert:
     86{{{
     87binding "my-bindings"
     88{
     89    bind "Return" { "insert-at-cursor" ("\n") }
     90    bind "<ctrl>Return" { "message_send" () }
     91}
     92widget "*pidgin_conv_entry" binding "my-bindings"
     93gtk-can-change-accels = 1
     94}}}
     95
    8396== Linux and Unix-like platforms ==
    8497
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!